Difinition lists

This is used to creat definition lists

This is used to creat definition lists

Difinition lists

This is used to creat definition lists. The definition list tag is <DL>. The <DT> tag is used for the term that is to be defined. The <DD> tag is used for the actual definition of the term.
Syntax is
<DL>
<DT>Definition Term 1
<DD>Actual Definition of Definition Term 1
<DT>Definition Term 2
<DD>Actual Definition of Definition Term 2
</DL>


Example:-
HTML
It is a scripting languaga used to create web page
C++
It is a Object orianted programming language

Login for comment